projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad3135
)
gdkdnd: Make GtkDragContext::cancel RUN_LAST
author
Carlos Garnacho
<carlosg@gnome.org>
Mon, 15 Feb 2016 16:05:50 +0000
(17:05 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Mon, 15 Feb 2016 17:35:51 +0000
(18:35 +0100)
The default implementation code should act as a catch-all fallback,
we let the connected handlers to run first then.
https://bugzilla.gnome.org/show_bug.cgi?id=761954
gdk/gdkdnd.c
patch
|
blob
|
history
diff --git
a/gdk/gdkdnd.c
b/gdk/gdkdnd.c
index 150bb3c6cf7a5dceccaf6aad586015a5a6f49310..b76b1108041d50f9fc349dcb1490b155072f7993 100644
(file)
--- a/
gdk/gdkdnd.c
+++ b/
gdk/gdkdnd.c
@@
-285,7
+285,7
@@
gdk_drag_context_class_init (GdkDragContextClass *klass)
signals[CANCEL] =
g_signal_new ("cancel",
G_TYPE_FROM_CLASS (object_class),
- G_SIGNAL_RUN_
FIR
ST,
+ G_SIGNAL_RUN_
LA
ST,
G_STRUCT_OFFSET (GdkDragContextClass, cancel),
NULL, NULL,
g_cclosure_marshal_VOID__ENUM,